[INFO] cloning repository https://github.com/jeffabailey/modeltap
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jeffabailey/modeltap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffabailey%2Fmodeltap", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffabailey%2Fmodeltap'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 37c7a905ed4f0ca3b0de5e915c9c3640924f51f3
[INFO] fixing jeffabailey/modeltap against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffabailey%2Fmodeltap" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/jeffabailey/modeltap
[INFO] finished tweaking git repo https://github.com/jeffabailey/modeltap
[INFO] tweaked toml for git repo https://github.com/jeffabailey/modeltap written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jeffabailey/modeltap on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jeffabailey/modeltap already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] df254c793f6239f1db00825e16ba383be987eb8a291d2693fda8e83c7b96b2c0
[INFO] running `Command { std: "docker" "start" "df254c793f6239f1db00825e16ba383be987eb8a291d2693fda8e83c7b96b2c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df254c793f6239f1db00825e16ba383be987eb8a291d2693fda8e83c7b96b2c0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df254c793f6239f1db00825e16ba383be987eb8a291d2693fda8e83c7b96b2c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df254c793f6239f1db00825e16ba383be987eb8a291d2693fda8e83c7b96b2c0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/modeltap-core/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/atomic-chat/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/atomic-chat-fixture/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/gpt4all/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/hf/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/lm-studio/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/ollama/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-store/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating xtask/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking unicode-segmentation v1.13.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.18
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking bitstream-io v4.10.0
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking imgref v1.12.1
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking avif-serialize v0.8.9
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking fax v0.2.7
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking icy_sixel v0.1.3
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling rusqlite_migration v1.2.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking symlink v0.1.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking predicates-core v1.0.10
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling assert_cmd v2.2.1
[INFO] [stderr]     Checking predicates-tree v1.0.13
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]    Compiling pulldown-cmark v0.13.3
[INFO] [stderr]     Checking unicase v2.9.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking modeltap-core v0.2.7 (/opt/rustwide/workdir/crates/modeltap-core)
[INFO] [stderr]    Migrating crates/modeltap-core/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking insta v1.47.2
[INFO] [stderr]     Checking pest v2.8.6
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking modeltap-plugin-atomic-chat-fixture v0.2.7 (/opt/rustwide/workdir/plugins/atomic-chat-fixture)
[INFO] [stderr]    Migrating plugins/atomic-chat-fixture/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking modeltap-plugin-hf v0.2.7 (/opt/rustwide/workdir/plugins/hf)
[INFO] [stderr]     Checking modeltap-plugin-ollama v0.2.7 (/opt/rustwide/workdir/plugins/ollama)
[INFO] [stderr]     Checking modeltap-plugin-lm-studio v0.2.7 (/opt/rustwide/workdir/plugins/lm-studio)
[INFO] [stderr]     Checking modeltap-plugin-atomic-chat v0.2.7 (/opt/rustwide/workdir/plugins/atomic-chat)
[INFO] [stderr]        Fixed plugins/atomic-chat-fixture/src/lib.rs (4 fixes)
[INFO] [stderr]     Checking modeltap-plugin-gpt4all v0.2.7 (/opt/rustwide/workdir/plugins/gpt4all)
[INFO] [stderr]    Migrating plugins/lm-studio/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking ratatui v0.28.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Migrating plugins/atomic-chat/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Migrating plugins/ollama/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]    Migrating plugins/hf/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]    Migrating plugins/gpt4all/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]    Migrating plugins/atomic-chat/tests/inspect_tool_contract.rs from 2021 edition to 2024
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Migrating plugins/atomic-chat/tests/contract.rs from 2021 edition to 2024
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Migrating plugins/ollama/tests/folder_delete_contract.rs from 2021 edition to 2024
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]    Migrating plugins/ollama/tests/contract.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/hf/tests/inspect_tool_contract.rs from 2021 edition to 2024
[INFO] [stderr]     Checking rusqlite v0.31.0
[INFO] [stderr]     Checking tracing-appender v0.2.5
[INFO] [stderr]     Checking ulid v1.2.1
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]        Fixed plugins/hf/tests/inspect_tool_contract.rs (3 fixes)
[INFO] [stderr]    Migrating plugins/gpt4all/tests/inspect_model_contract.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/gpt4all/tests/mutation_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/gpt4all/tests/inspect_tool_contract.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/hf/tests/inspect_model_contract.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed plugins/hf/tests/inspect_model_contract.rs (3 fixes)
[INFO] [stderr]    Migrating plugins/hf/tests/folder_delete_contract.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/hf/tests/contract.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking modeltap-store v0.2.7 (/opt/rustwide/workdir/crates/modeltap-store)
[INFO] [stderr]    Migrating plugins/hf/tests/folder_delete_classify_sidecar.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/hf/tests/folder_delete_happy_path.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/ollama/tests/inspect_tool_contract.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/ollama/tests/delete_all.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed plugins/ollama/tests/inspect_tool_contract.rs (4 fixes)
[INFO] [stderr]    Migrating plugins/ollama/tests/inspect_model_contract.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/atomic-chat/tests/folder_delete_contract.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/atomic-chat/tests/inspect_model_contract.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/lm-studio/tests/inspect_tool_contract.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-store/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking tera v1.20.1
[INFO] [stderr]     Checking modeltap-acceptance v0.0.0 (/opt/rustwide/workdir/tests)
[INFO] [stderr]    Migrating plugins/lm-studio/tests/inspect_model_contract.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/modeltap-store/src/repo/tools.rs:964:15
[INFO] [stdout]     |
[INFO] [stdout] 955 |         let cache = Cache::open_in_memory().expect("open in-memory cache");
[INFO] [stdout]     |             -----
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `cache` calls a custom destructor
[INFO] [stdout]     |             `cache` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 964 |         match result.unwrap_err() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 973 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `cache` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.31.0/src/lib.rs:384:1
[INFO] [stdout]     |
[INFO] [stdout] 384 | impl Drop for Connection {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating plugins/lm-studio/tests/contract.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/lm-studio/tests/folder_delete_contract.rs from 2021 edition to 2024
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking xtask v0.0.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]        Fixed plugins/gpt4all/src/config.rs (8 fixes)
[INFO] [stderr]    Migrating crates/modeltap-core/tests/collect_unified_rows_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-core/tests/last_action.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-core/tests/dedup_glyph_types.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-core/tests/compatibility_property.rs from 2021 edition to 2024
[INFO] [stderr]     Checking ratatui-image v2.0.1
[INFO] [stderr]    Migrating tests/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking modeltap-tui v0.2.7 (/opt/rustwide/workdir/crates/modeltap-tui)
[INFO] [stderr]    Migrating crates/modeltap-store/tests/migration.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-store/tests/corruption.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/modeltap-store/tests/corruption.rs (3 fixes)
[INFO] [stderr]    Migrating crates/modeltap-store/tests/revalidate.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-store/tests/migration_0002.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-store/tests/concurrent.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/modeltap-store/tests/concurrent.rs (2 fixes)
[INFO] [stderr]    Migrating xtask/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-store/tests/sha256_repo.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-core/tests/dedup_summary_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-core/tests/dedup_classifier.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-core/tests/folder_group_proptest.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-core/tests/folder_group_logic.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-core/tests/folder_group_types.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-core/tests/unification_status.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/modeltap-tui/src/render/icons.rs:108:15
[INFO] [stdout]     |
[INFO] [stdout] 108 |         match decode_and_encode(&mut picker, bytes) {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 109 |             Ok(proto) => {
[INFO] [stdout] 110 |                 protocols.insert(tool_id, proto);
[INFO] [stdout]     |                 --------------------------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 118 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking modeltap-app v0.2.7 (/opt/rustwide/workdir/crates/modeltap-app)
[INFO] [stderr]    Migrating crates/modeltap-core/tests/dedup_glyph_test.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/modeltap-tui/src/render/icons.rs:108:15
[INFO] [stdout]     |
[INFO] [stdout] 108 |         match decode_and_encode(&mut picker, bytes) {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 109 |             Ok(proto) => {
[INFO] [stdout] 110 |                 protocols.insert(tool_id, proto);
[INFO] [stdout]     |                 --------------------------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 118 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/modeltap-core/tests/inspect_types.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating xtask/src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> xtask/src/main.rs:183:11
[INFO] [stdout]     |
[INFO] [stdout] 175 |     let version = match parse_workspace_version(&text) {
[INFO] [stdout]     |         -------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `version` calls a custom destructor
[INFO] [stdout]     |         `version` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 183 |     match assert_tag_matches(tag, &version) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 190 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/identifier.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | impl Drop for Identifier {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `version` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/identifier.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | impl Drop for Identifier {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> xtask/src/main.rs:183:11
[INFO] [stdout]     |
[INFO] [stdout] 175 |     let version = match parse_workspace_version(&text) {
[INFO] [stdout]     |         -------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `version` calls a custom destructor
[INFO] [stdout]     |         `version` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 183 |     match assert_tag_matches(tag, &version) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 190 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/identifier.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | impl Drop for Identifier {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `version` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/identifier.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | impl Drop for Identifier {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/modeltap-app/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/modeltap-app/src/orchestration/warm_start.rs:204:19
[INFO] [stdout]     |
[INFO] [stdout] 190 |             let eligible = match cache.ttl_eligible(&tool.tool_id, ttl_seconds, now) {
[INFO] [stdout]     |                                  ---------------------------------------------------
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 204 |             match cache.models_for_tool(&tool.tool_id) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 220 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/modeltap-app/src/hash_pool/handle.rs:37:36
[INFO] [stdout]    |
[INFO] [stdout] 37 |             while let Some(_res) = self.join.join_next().await {
[INFO] [stdout]    |                            ----    ^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]    |                            |       |                     |
[INFO] [stdout]    |                            |       |                     this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]    |                            |       |                     up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                            |       |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                            |       |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout]    |                            |       this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                            |       up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                            |       `__awaitee` calls a custom destructor
[INFO] [stdout]    |                            |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]    |                            `_res` calls a custom destructor
[INFO] [stdout]    |                            `_res` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 40 |             }
[INFO] [stdout]    |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `_res` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed crates/modeltap-app/src/lsof_adapter.rs (2 fixes)
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/folder_header_and_dialog_snapshots.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/modeltap-app/src/registry.rs (4 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/modeltap-app/src/orchestration/warm_start.rs:204:19
[INFO] [stdout]     |
[INFO] [stdout] 190 |             let eligible = match cache.ttl_eligible(&tool.tool_id, ttl_seconds, now) {
[INFO] [stdout]     |                                  ---------------------------------------------------
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 204 |             match cache.models_for_tool(&tool.tool_id) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 220 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/modeltap-app/src/hash_pool/handle.rs:37:36
[INFO] [stdout]    |
[INFO] [stdout] 37 |             while let Some(_res) = self.join.join_next().await {
[INFO] [stdout]    |                            ----    ^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]    |                            |       |                     |
[INFO] [stdout]    |                            |       |                     this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]    |                            |       |                     up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                            |       |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                            |       |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout]    |                            |       this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                            |       up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                            |       `__awaitee` calls a custom destructor
[INFO] [stdout]    |                            |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]    |                            `_res` calls a custom destructor
[INFO] [stdout]    |                            `_res` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 40 |             }
[INFO] [stdout]    |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `_res` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_summary_bar_summary_delta.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_bottom_bar_dim_d.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_render_all_unified.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_tdd_us11.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_msg_handlers_hash.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_folder_expansion.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_tdd_us05.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_tdd_us06.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_unify_highlighted_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_tdd_us13.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/architecture.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_summary_bar_dedup_branches.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/render_delete_one_dialog.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/cache_verify.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/sha256_seed.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/ui_navigate_shortcuts.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/multi_arch_e2e.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/architecture.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/hash_pool_wiring_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_build_check.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/render_formula.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/plugin_linkage.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/warm_start_integration.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/reclassify_test.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/modeltap-app/src/actions/folder_delete.rs:263:19
[INFO] [stdout]     |
[INFO] [stdout] 263 |             match revalidate::pre_mutate(c, &tool_id, &m.id_in_tool, cache_log_dir).await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                                                                 |
[INFO] [stdout]     |                   |                                                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                                                                 up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                                                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                                                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 284 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/modeltap-app/src/actions/unify.rs:247:19
[INFO] [stdout]     |
[INFO] [stdout] 247 |             match revalidate::pre_mutate(c, tool, model_id, cache_log_dir).await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                                                        |
[INFO] [stdout]     |                   |                                                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                                                        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                                                        `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 264 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/modeltap-app/src/actions/zap.rs:93:27
[INFO] [stdout]     |
[INFO] [stdout]  93 |                     match revalidate::pre_mutate(c, &tool_id, &m.id_in_tool, cache_log_dir).await {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                           |                                                                 |
[INFO] [stdout]     |                           |                                                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                           |                                                                 up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           |                                                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |                                                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `__awaitee` calls a custom destructor
[INFO] [stdout]     |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 108 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/modeltap-app/src/discovery.rs:137:15
[INFO] [stdout]     |
[INFO] [stdout] 136 |     for (tool, handle) in handles {
[INFO] [stdout]     |                           -------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 137 |         match handle.await {
[INFO] [stdout]     |               ^^^^^^^-----
[INFO] [stdout]     |               |      |
[INFO] [stdout]     |               |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |               |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               |      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |               |      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               `__awaitee` calls a custom destructor
[INFO] [stdout]     |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 138 |             Ok(outcome) => outcomes.push(outcome),
[INFO] [stdout] 139 |             Err(join_err) => {
[INFO] [stdout]     |                 --------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `join_err` calls a custom destructor
[INFO] [stdout]     |                 `join_err` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 153 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `join_err` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/acceptance/ui_closes.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/validate_tag.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/refresh_incremental.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/walking_skeleton_e2e.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/ui_loads.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/plugin_isolation_unit.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/atomic_publish.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/orchestration_revalidate.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/acceptance.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/modeltap-app/tests/acceptance/us_17_running_tool_detect.rs (2 fixes)
[INFO] [stderr]    Migrating tests/acceptance/release_process/lint_workflows.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/version_consistency.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/workflow_structure.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/follow_up_workflows.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/sha256_cache_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/plugin_registry_test_harness.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/modeltap-app/tests/plugin_registry_test_harness.rs (9 fixes)
[INFO] [stderr]    Migrating tests/acceptance/release_process/ci_parity.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/recovery.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/release_prep.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/slsa_attestation.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/regression_gate.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/build_matrix.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-app/tests/hash_pool_test.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/modeltap-app/tests/hash_pool_test.rs (3 fixes)
[INFO] [stderr]    Migrating tests/acceptance/release_process/bump_tap_formula.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/auto_merge.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/runbook.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/extract_changelog.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/acceptance/release_process/idempotent_retry.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/modeltap-app/src/actions/folder_delete.rs:263:19
[INFO] [stdout]     |
[INFO] [stdout] 263 |             match revalidate::pre_mutate(c, &tool_id, &m.id_in_tool, cache_log_dir).await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                                                                 |
[INFO] [stdout]     |                   |                                                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                                                                 up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                                                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                                                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 284 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/modeltap-app/tests/refresh_tool.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/modeltap-app/src/actions/unify.rs:247:19
[INFO] [stdout]     |
[INFO] [stdout] 247 |             match revalidate::pre_mutate(c, tool, model_id, cache_log_dir).await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                                                        |
[INFO] [stdout]     |                   |                                                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                                                        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                                                        `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 264 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/modeltap-app/src/actions/zap.rs:93:27
[INFO] [stdout]     |
[INFO] [stdout]  93 |                     match revalidate::pre_mutate(c, &tool_id, &m.id_in_tool, cache_log_dir).await {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                           |                                                                 |
[INFO] [stdout]     |                           |                                                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                           |                                                                 up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           |                                                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |                                                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `__awaitee` calls a custom destructor
[INFO] [stdout]     |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 108 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/modeltap-app/src/discovery.rs:137:15
[INFO] [stdout]     |
[INFO] [stdout] 136 |     for (tool, handle) in handles {
[INFO] [stdout]     |                           -------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 137 |         match handle.await {
[INFO] [stdout]     |               ^^^^^^^-----
[INFO] [stdout]     |               |      |
[INFO] [stdout]     |               |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |               |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               |      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |               |      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               `__awaitee` calls a custom destructor
[INFO] [stdout]     |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 138 |             Ok(outcome) => outcomes.push(outcome),
[INFO] [stdout] 139 |             Err(join_err) => {
[INFO] [stdout]     |                 --------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `join_err` calls a custom destructor
[INFO] [stdout]     |                 `join_err` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 153 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `join_err` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/lint.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_tdd.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_app_state_shape.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_row_dedup_column.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_tdd_us03.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_scroll_invariant.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_tdd_us08.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/modeltap-tui/tests/unit_mutation_kill_keymap_bottom_bar.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
[INFO] [stderr] crater-edition-check: modeltap-core v0.2.7 (/opt/rustwide/workdir/crates/modeltap-core) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: modeltap-tui v0.2.7 (/opt/rustwide/workdir/crates/modeltap-tui) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: modeltap-app v0.2.7 (/opt/rustwide/workdir/crates/modeltap-app) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: modeltap-plugin-atomic-chat v0.2.7 (/opt/rustwide/workdir/plugins/atomic-chat) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: modeltap-plugin-atomic-chat-fixture v0.2.7 (/opt/rustwide/workdir/plugins/atomic-chat-fixture) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: modeltap-plugin-gpt4all v0.2.7 (/opt/rustwide/workdir/plugins/gpt4all) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: modeltap-plugin-hf v0.2.7 (/opt/rustwide/workdir/plugins/hf) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: modeltap-plugin-lm-studio v0.2.7 (/opt/rustwide/workdir/plugins/lm-studio) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: modeltap-plugin-ollama v0.2.7 (/opt/rustwide/workdir/plugins/ollama) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: modeltap-store v0.2.7 (/opt/rustwide/workdir/crates/modeltap-store) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: xtask v0.0.0 (/opt/rustwide/workdir/xtask) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: modeltap-acceptance v0.0.0 (/opt/rustwide/workdir/tests) updating edition from 2021 to 2024
[INFO] [stderr]     Checking modeltap-core v0.2.7 (/opt/rustwide/workdir/crates/modeltap-core)
[INFO] [stderr]     Checking xtask v0.0.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]     Checking modeltap-tui v0.2.7 (/opt/rustwide/workdir/crates/modeltap-tui)
[INFO] [stderr]     Checking modeltap-store v0.2.7 (/opt/rustwide/workdir/crates/modeltap-store)
[INFO] [stderr]     Checking modeltap-plugin-hf v0.2.7 (/opt/rustwide/workdir/plugins/hf)
[INFO] [stderr]     Checking modeltap-plugin-ollama v0.2.7 (/opt/rustwide/workdir/plugins/ollama)
[INFO] [stderr]     Checking modeltap-plugin-atomic-chat v0.2.7 (/opt/rustwide/workdir/plugins/atomic-chat)
[INFO] [stderr]     Checking modeltap-plugin-lm-studio v0.2.7 (/opt/rustwide/workdir/plugins/lm-studio)
[INFO] [stderr]     Checking modeltap-plugin-gpt4all v0.2.7 (/opt/rustwide/workdir/plugins/gpt4all)
[INFO] [stderr]     Checking modeltap-plugin-atomic-chat-fixture v0.2.7 (/opt/rustwide/workdir/plugins/atomic-chat-fixture)
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> plugins/atomic-chat-fixture/src/lib.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 191 |         unsafe { std::env::remove_var(ENABLE_ENV) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> plugins/atomic-chat-fixture/src/lib.rs:42:11
[INFO] [stdout]     |
[INFO] [stdout]  42 | #![forbid(unsafe_code)]
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> plugins/atomic-chat-fixture/src/lib.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |         unsafe { std::env::remove_var(PANIC_ENV) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> plugins/atomic-chat-fixture/src/lib.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |         unsafe { std::env::set_var(ENABLE_ENV, "1") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> plugins/atomic-chat-fixture/src/lib.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         unsafe { std::env::remove_var(ENABLE_ENV) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> plugins/gpt4all/src/config.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 |         unsafe { std::env::set_var("MODELTAP_GPT4ALL_DIRS", "/x/one:/x/two") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> plugins/gpt4all/src/lib.rs:27:11
[INFO] [stdout]     |
[INFO] [stdout]  27 | #![forbid(unsafe_code)]
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> plugins/gpt4all/src/config.rs:196:24
[INFO] [stdout]     |
[INFO] [stdout] 196 |             Some(v) => unsafe { std::env::set_var("MODELTAP_GPT4ALL_DIRS", v) },
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> plugins/gpt4all/src/config.rs:198:21
[INFO] [stdout]     |
[INFO] [stdout] 198 |             None => unsafe { std::env::remove_var("MODELTAP_GPT4ALL_DIRS") },
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> plugins/gpt4all/src/config.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 223 |         unsafe { std::env::remove_var("MODELTAP_GPT4ALL_DIRS") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> plugins/gpt4all/src/config.rs:229:13
[INFO] [stdout]     |
[INFO] [stdout] 229 |             unsafe { std::env::set_var("MODELTAP_GPT4ALL_DIRS", v) };
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> plugins/gpt4all/src/config.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 243 |         unsafe { std::env::set_var("MODELTAP_GPT4ALL_DIRS", "/cfg/seed") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> plugins/gpt4all/src/config.rs:248:24
[INFO] [stdout]     |
[INFO] [stdout] 248 |             Some(v) => unsafe { std::env::set_var("MODELTAP_GPT4ALL_DIRS", v) },
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> plugins/gpt4all/src/config.rs:250:21
[INFO] [stdout]     |
[INFO] [stdout] 250 |             None => unsafe { std::env::remove_var("MODELTAP_GPT4ALL_DIRS") },
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `modeltap-plugin-atomic-chat-fixture` (lib test) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `modeltap-plugin-gpt4all` (lib test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "df254c793f6239f1db00825e16ba383be987eb8a291d2693fda8e83c7b96b2c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df254c793f6239f1db00825e16ba383be987eb8a291d2693fda8e83c7b96b2c0", kill_on_drop: false }`
[INFO] [stdout] df254c793f6239f1db00825e16ba383be987eb8a291d2693fda8e83c7b96b2c0
